type nhooyr.io/websocket.mu
13 uses
nhooyr.io/websocket (current package)
conn.go#L60: readMu *mu
conn.go#L68: writeFrameMu *mu
conn.go#L254: type mu struct {
conn.go#L259: func newMu(c *Conn) *mu {
conn.go#L260: return &mu{
conn.go#L266: func (m *mu) forceLock() {
conn.go#L270: func (m *mu) tryLock() bool {
conn.go#L279: func (m *mu) lock(ctx context.Context) error {
conn.go#L302: func (m *mu) unlock() {
netconn.go#L101: writeMu *mu
netconn.go#L107: readMu *mu
write.go#L55: mu *mu
write.go#L56: writeMu *mu
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |